﻿@charset "utf-8";

html {
  height: 100%;
  background: #f4f4f4;
}

body {
  min-height: 100%;
  position: relative;
}

.top-area {
  background-color: #ebedf0;
  height: 36px;
  line-height: 36px;
}

.top-area p {
  font-size: 12px;
}

.top-area ul li {
  float: left;
}

.top-area ul li a {
  font-size: 12px;
  border-right: 1px solid #b3b2b2;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 10px;
}

.header {
  background: #ffffff;
}

.logo {
  float: left;
  margin: 15px 0;
}

.tel {
  margin-top: 25px;
  margin-left: 40px;
}

.s-box {
  float: right;
  margin-top: 28px;
}

.s-box .s-text {
  width: 220px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dbdbdb;
  border-right: 0;
  display: inline-block;
  padding-left: 10px;
}

.s-box .s-btn {
  width: 40px;
  height: 36px;
  background: #f5f8fa;
  display: inline-block;
  border: solid 1px #dbdbdb;
}

.s-box .s-btn img {
  margin-top: 10px;
  margin-left: 11px;
}

.mobile-header {
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  display: none;
}

.mobile-header .logo {
  margin-top: 10px;
}

.mobile-header .toggle {
  margin-top: 18px;
  cursor: pointer;
}
/*导航*/
.nav {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #0081cd;
}

.nav ul li {
  float: left;
}

.nav ul li a {
  display: block;
  width: 150px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.nav ul li.on,
.nav ul li:hover {
  background-color: #faa208;
}
/*导航下拉*/
.dropdown {
  position: relative;
  z-index: 100;
}

.dropdown .dropdown-content {
  position: absolute;
  top: 54px;
  left: 0;
  background-color: #ffffff;
  display: none;
  z-index: 100;
}

.dropdown .dropdown-content li a {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #333333;
}

.dropdown .dropdown-content li:hover {
  background: #faa208;
}

.dropdown .dropdown-content li:hover a {
  color: #ffffff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* 移动端导航 */
.mobile-nav {
  display: none;
  background: #fff;
  border-bottom: 1px solid #bbb;
}

.mobile-nav ul > li {
  width: 100%;
}

.mobile-nav ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 15px;
}

.mobile-nav ul > li:hover {
  background: #faa208;
}

.mobile-nav ul > li:hover > a {
  color: #fff;
}

.mobile-nav li.dropdown {
  height: auto;
}

.mobile-nav .dropdown > a {
  background: url(../images/down.png) no-repeat 85px center;
}

.mobile-nav .dropdown:hover > a {
  background-image: url(../images/down-on.png);
}

.mobile-nav .dropdown:hover .dropdown-content {
  display: none;
}

.mobile-nav .dropdown .dropdown-content {
  position: static;
}

.mobile-nav .dropdown .dropdown-content li a {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 14px;
  text-align: left;
}

.banner {
  height: 400px;
}

.banner ul {
  z-index: 100;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: 93%;
  left: 47%;
}

.banner li {
  float: left;
}

.banner li a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 22px;
  background-color: #ffffff;
}

.banner li a.li_on {
  background-color: #f6ad38;
}
/*内容*/
.content {
  overflow: hidden;
  padding-bottom: 310px;
}

.container {
  padding-bottom: 90px;
}
/*内容-左半部分*/
.left {
  width: 790px;
}

.new,
.center_lf,
.center_rt {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  padding: 0 20px 20px;
  position: relative;
}

.title {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e8e9eb;
}

.title > div.fl a {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  height: 48px;
}

.title > div.fl a.on,
.title > div.fl a:hover {
  color: #0081cd;
  border-bottom: 2px solid #0081cd;
}

.title > div.fl p {
  font-size: 20px;
}

.title > div.fl p img {
  margin-right: 10px;
}

.title > a.fr {
  color: #808080;
}

.news {
  margin-top: 20px;
}

.news img {
  width: 340px;
  float: left;
}

.news-content {
  width: 390px;
}

.news-content h3 {
  font-size: 16px;
  margin: 10px 0;
}

.news-content p {
  line-height: 20px;
  color: #808080;
  margin-bottom: 15px;
}

.news-content p a {
  display: inline;
  color: #093986;
}

.news-content li {
  height: 30px;
  line-height: 30px;
  border-top: 1px dashed #d7d7d7;
  overflow: hidden;
}

.news-content li a {
  float: left;
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-content li span {
  float: right;
  color: #999999;
}

.news-content li:hover a {
  color: #0081cd;
}
/*服务内容*/
.service-content {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  padding: 0 20px 20px;
  position: relative;
}

.tab-title {
  font-size: 0;
  margin: 15px 0;
}

.tab-title a {
  display: inline-block;
  padding: 15px 10px;
  padding-left: 42px;
  font-size: 14px;
  color: #0081cd;
  margin-right: 6px;
  background-color: #f4f4f4;
  background-image: url(../images/tab-title1.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.tab-title a.tab-title2 {
  background-image: url(../images/tab-title2.png);
}

.tab-title a.tab-title2:hover {
  background-image: url(../images/tab-title2-hover.png);
}

.tab-title a.tab-title3 {
  background-image: url(../images/tab-title3.png);
}

.tab-title a.tab-title3:hover {
  background-image: url(../images/tab-title3-hover.png);
}

.tab-title a.tab-title4 {
  background-image: url(../images/tab-title4.png);
}

.tab-title a.tab-title4:hover {
  background-image: url(../images/tab-title4-hover.png);
}

.tab-title a.tab-title5 {
  background-image: url(../images/tab-title5.png);
}

.tab-title a.tab-title5:hover {
  background-image: url(../images/tab-title5-hover.png);
}

.tab-title a.last {
  margin-right: 0;
}

.tab-title a:hover {
  color: #ffffff;
  background-color: #0081cd;
  background-image: url(../images/tab-title1-hover.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.system ul {
  overflow: hidden;
  padding: 0 20px;
}

.system li {
  width: 314px;
  background: url("../images/ser-bj1.png");
  border: solid 1px #ebebeb;
  float: left;
  overflow: hidden;
  padding: 18px 10px;
  margin: 0 35px 15px 0;
}

.system li.li1 {
  background: url("../images/ser-bj1.png");
}

.system li.li2 {
  background: url("../images/ser-bj2.png");
}

.system li.li3 {
  background: url("../images/ser-bj3.png");
}

.system li.li4 {
  background: url("../images/ser-bj4.png");
}

.system li.mr {
  margin-right: 0;
}

.system li img {
  float: left;
  width: 46px;
  height: 46px;
}

.system li > div {
  float: left;
  margin-left: 10px;
  width: 258px;
}

.system li > div h2 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.system li > div h2 a {
  color: #ffffff;
}

.system li > div .line {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  margin: 10px 0;
}

.system li > div p {
  color: #ffffff;
  /*height: 60px;*/
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.slider {
  text-align: center;
}

.slider li {
  display: inline;
}

.slider li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: url(../images/gray-dot.png) no-repeat;
}

.slider li a.on {
  background: url(../images/blue-dot.png) no-repeat;
}

.center .center_lf,
.center .center_rt {
  width: 340px;
}

.center li {
  overflow: hidden;
  line-height: 44px;
}

.center li a {
  float: left;
}

.center li span {
  float: right;
  color: #999999;
}

.center li:hover a {
  color: #0081cd;
}
/*内容-右半部分*/
.right {
  width: 380px;
}

.right .login,
.right .quick,
.right .contact,
.certify-query {
  width: 380px;
  background-color: #ffffff;
  border: 1px solid #f0eded;
}

.title1 {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
}

.title1 p {
  font-size: 20px;
}

.title1 p img {
  margin-right: 10px;
}

.right .login ul,
.right .quick ul,
.right .contact ul,
.right .link ul {
  overflow: hidden;
  margin: 0 20px;
}

.right .login li {
  height: 54px;
  line-height: 54px;
  border: 1px solid #f0eded;
  margin-bottom: 15px;
}

.right .login li:hover a,
.right .login li.on a {
  color: #ffffff;
  background: #0081cd;
}

.right .login li a {
  padding-left: 60px;
  font-size: 16px;
}

.right .login .login1 a {
  background: #f4f4f4 url(../images/icon1.png) no-repeat 15px center;
}

.right .login .login1:hover a {
  background: #0081cd url(../images/icon1-hover.png) no-repeat 15px center;
}

.right .login .login2 a {
  background: #f4f4f4 url(../images/icon2.png) no-repeat 15px center;
}

.right .login .login2:hover a {
  background: #0081cd url(../images/icon2-hover.png) no-repeat 15px center;
}

.right .login .login3 a {
  background: #f4f4f4 url(../images/icon3.png) no-repeat 15px center;
}

.right .login .login3:hover a {
  background: #0081cd url(../images/icon3-hover.png) no-repeat 15px center;
}

.right .login .login4 a {
  background: #f4f4f4 url(../images/icon4.png) no-repeat 15px center;
}

.right .login .login4:hover a {
  background: #0081cd url(../images/icon4-hover.png) no-repeat 15px center;
}

.right .quick ul {
  /*margin-top: 15px;*/
  padding-bottom: 20px;
}

.quick li {
  width: 100px;
  height: 80px;
  border: 1px solid #f0eded;
  float: left;
  color: #333333;
  text-align: center;
}

.quick li:hover,
.quick li.current {
  background-color: #0081cd;
  border: 1px solid #0081cd;
  color: #ffffff;
}

.quick li a {
  height: 50px;
}

.quick li a.p1 {
  background: url(../images/apply-on.png) no-repeat center;
}

.quick li:hover a.p1 {
  background: url(../images/apply.png) no-repeat center;
}

.quick li a.p2 {
  background: url(../images/progress-on.png) no-repeat center;
}

.quick li:hover a.p2,
.quick li.current a.p2 {
  background: url(../images/progress.png) no-repeat center;
}

.quick li a.p3 {
  background: url(../images/mail-on.png) no-repeat center;
}

.quick li:hover a.p3 {
  background: url(../images/mail.png) no-repeat center;
}

.inquire a {
  width: 260px;
  height: 40px;
  line-height: 40px;
  background-color: #0081cd;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
}

.certify-query {
  margin-top: 20px;
}

.certify-query form {
  padding: 0 20px 20px;
}

.certify-query form label {
  position: relative;
  top: 5px;
  color: #808080;
}

.certify-query form .search_text {
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  margin-top: 14px;
  width: 265px;
  border: 1px solid #e0e0e0;
  text-indent: 10px;
  color: #999999;
  margin-left: 15px;
}

.certify-query form select.search_text {
  width: 267px;
  margin-left: 10px;
}

.certify-query form a {
  width: 300px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #0081cd;
  margin: 15px 0 0 20px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
}

.link li {
  margin-bottom: 20px;
}

.link li a {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
}

.link .link1 a {
  background: url(../images/link1.png) no-repeat center;
}

.link .link2 a {
  background: url(../images/link2.png) no-repeat center;
}

.client {
  background-color: #ffffff;
  border: solid 1px #e8e9eb;
  padding: 20px;
  position: relative;
}

.client-con {
  position: relative;
  margin-top: 20px;
}

.client img.img1 {
  position: absolute;
  top: 15px;
  left: 0;
}

.client img.img2 {
  position: absolute;
  top: 15px;
  right: 0;
}

.client ul {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}

.client li {
  float: left;
  margin-right: 10px;
}

.client li.last {
  margin-right: 0;
}
/*友情链接*/
.friendly-link {
  margin-top: 15px;
  margin-bottom: 15px;
  background: url(../images/code.png) no-repeat right center;
}

.link-lt {
  width: 500px;
}

.link-rt {
  width: 700px;
}

.friendly-link h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.friendly-link ul {
  width: 250px;
  float: left;
}

.friendly-link ul.contact {
  width: 300px;
}

.friendly-link li {
  line-height: 30px;
}

.friendly-link li a {
  color: #bec6cd;
}
/*底部*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 270px; */
  background: #2e3841;
  color: #bec6cd;
}

.footer p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 2px dashed #828a91;
}

.footer1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2e3841;
  color: #bec6cd;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
/*咨询服务*/
.service {
  position: fixed;
  right: 0;
  bottom: 20px;
}

.service a {
  background-color: #0081cd;
  text-align: center;
}

.service a img {
  width: 50px;
  height: 43px;
  padding: 5px;
}

.service a p {
  font-size: 18px;
  color: #ffffff;
}

.service a span {
  color: #fefefe;
  display: block;
}

.service a p,
.service a span,
.service a p {
  display: none;
}

.service:hover p,
.service:hover span,
.service:hover p {
  display: block;
}

.service:hover a {
  padding: 5px;
}

.service a.hotline {
  background-color: #faa208;
  margin-bottom: 10px;
}
/*列表页*/
.detail_title {
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.detail_title img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.detail_title a {
  display: inline-block;
  color: #666666;
}

.detail_title .color {
  color: #0081cd;
}

.content_lt {
  width: 260px;
  margin-bottom: 20px;
}

.content_lt dt {
  height: 60px;
  line-height: 60px;
  background-color: #0081cd;
  padding-left: 20px;
  font-size: 24px;
  color: #ffffff;
}

.content_lt dd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dbdbdb;
  background: #ffffff url(../images/arrow-rt.png) no-repeat 220px center;
}

.content_lt dd a {
  padding-left: 20px;
  font-size: 18px;
}

.content_lt dd.current,
.content_lt dd:hover {
  border-bottom: 1px dashed #0081cd;
  background: #0081cd url(../images/arrow-rt-hover.png) no-repeat 220px center;
}

.content_lt dd.current a,
.content_lt dd:hover a {
  color: #ffffff;
}

.content_rt {
  width: 860px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.content_rt li {
  overflow: hidden;
  border-bottom: 1px dashed #dbdbdb;
  padding: 15px 0;
}

.content_rt li .date {
  float: left;
  margin-right: 20px;
}

.content_rt li .date .time {
  font-size: 30px;
  color: #666666;
  display: block;
}

.content_rt li .date .year {
  font-size: 18px;
  color: #999999;
}

.content_rt li .item {
  float: left;
  width: 750px;
}

.content_rt li h2 {
  font-size: 18px;
  font-weight: normal;
}

.content_rt li .item p {
  color: #808080;
  text-indent: 0;
}

.content_rt li:hover .date .time,
.content_rt li:hover .date .year,
.content_rt li:hover .item h2 a,
.content_rt li:hover .item p {
  color: #0081cd;
}

.page {
  font-size: 0;
  text-align: right;
  margin-top: 15px;
}

.page a {
  display: inline-block;
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0 5px;
  font-size: 14px;
  color: #999999;
  border-radius: 2px;
}

.page a.border,
.page a.border:hover {
  border: 0;
  margin: 0;
}

.page a.on,
.page a:hover {
  border: solid 1px #0081cd;
  color: #0081cd;
}
/*详情页*/
.content_rt h1 {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dbdbdb;
}

.content_rt h2 {
  font-size: 18px;
  color: #666666;
  margin-top: 12px;
}

.content_rt p {
  line-height: 28px;
  font-size: 15px;
  color: #4d4d4d;
  text-align: justify;
  margin-top: 10px;
}

/*活动动态*/
.wrap-content {
  width: 1230px;
}

.wrap {
  background-color: #ffffff;
  width: 540px;
  padding: 20px;
  margin: 20px 20px 20px 0;
  float: left;
}

.wrap .headline {
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.wrap .headline h2 {
  float: left;
  font-size: 22px;
  color: #0081cd;
  font-weight: normal;
  border-bottom: 2px solid #0081cd;
  line-height: 42px;
}

.wrap .headline a {
  float: right;
  color: #999999;
  padding-right: 20px;
  background: url("../images/more.png") no-repeat right center;
}

.wrap .related img {
  float: left;
  max-width: 100%;
  max-height: 200px;
  margin-right: 20px;
}

.wrap .related .fl {
  width: 240px;
}

.wrap .related h3 {
  font-size: 18px;
  color: #0081cd;
  margin-bottom: 10px;
}

.wrap .related span {
  color: #999999;
}

.wrap .related p {
  line-height: 24px;
  text-align: justify;
  margin-top: 10px;
}

.wrap li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #cccccc;
}

.wrap li a {
  float: left;
}

.wrap li:hover a {
  color: #0081cd;
}

.wrap li span {
  float: right;
  color: #999999;
}

/*移动端*/
@media (max-width: 767px) {
  .section {
    width: 94%;
  }

  .mt30 {
    margin-top: 10px;
  }

  .top-area,
  .header {
    display: none;
  }

  .mobile-header {
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 1px 1px 10px #888888;
  }

  .mobile-header .logo {
    max-height: 40px;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .mobile-header .toggle {
    display: block;
    margin-top: 7px;
  }

  .nav {
    display: none;
  }

  #banner {
    margin-top: 50px;
    max-height: 150px;
    min-width: 100% !important;
  }

  .flickerplate .dot-navigation {
    bottom: 7px !important;
  }

  .flickerplate ul.flicks > li {
    background-position: left center !important;
  }

  .content_lt {
    width: 100%;
    margin-bottom: 10px;
  }

  .content_lt li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .content_lt dt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
  }

  .content_lt dd a {
    font-size: 14px;
    padding-left: 10px;
  }

  .content_lt dd {
    height: 30px;
    line-height: 30px;
    background-position: 95% center;
  }

  .content_lt dd.current,
  .content_lt dd:hover {
    background-position: 95% center;
  }

  .content_rt {
    width: 100%;
    padding: 0;
  }

  .content_rt ul {
    padding: 10px;
  }

  .content .content_rt h2 {
    font-size: 16px;
  }

  .content_rt li .date {
    float: none;
  }

  .content_rt li .date .time {
    font-size: 14px;
    display: inline-block;
  }

  .content_rt li .date .year {
    font-size: 14px;
  }

  .content_rt li .item {
    float: none;
    width: auto;
  }

  .content_rt p {
    font-size: 14px;
  }

  .content_rt h1 {
    font-size: 20px;
    padding: 20px 0;
  }

  .content_rt p {
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
  }

  .content_rt p img {
    width: 100%;
  }

  .page {
    text-align: center;
    margin: 10px 0;
  }

  .page a {
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    margin: 0 3px;
    font-size: 12px;
  }

  .link-lt {
    display: none;
  }

  .link-rt {
    width: 100%;
  }

  .content {
    padding-bottom: 0;
  }

  .footer {
    position: static;
    height: auto;
  }

  .footer p {
    height: auto;
    line-height: 1.5;
    padding-top: 5px;
  }

  .friendly-link {
    padding-top: 15px;
    background: none;
  }

  .client {
    display: none;
  }

  .left,
  .right,
  .news-content {
    width: 100%;
  }

  #ifocus_pic {
    display: none !important;
  }

  .tab-title a {
    margin-bottom: 5px;
    padding: 5px 10px;
    padding-left: 42px;
  }

  .right .login,
  .right .quick,
  .right .contact,
  .certify-query {
    width: 100%;
  }

  .right .login li {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .certify-query form select.search_text,
  .certify-query form .search_text {
    width: 100%;
    margin-left: 0;
  }

  .center ul {
    margin-top: 10px;
  }

  .center li {
    line-height: 1.5;
  }

  .center li a {
    float: none;
  }

  .center li span {
    float: none;
    display: block;
    text-align: right;
  }

  .system {
    height: auto !important;
  }

  .system ul {
    padding: 0;
  }

  .system li {
    width: 100%;
    padding: 18px 0px;
    margin-right: 0;
    display: inline;
  }

  .system li > div {
    width: auto;
  }

  .certify-query form a {
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .mobile-header .logo {
    max-height: 30px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .section {
    width: 750px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .nav ul li {
    width: 12.5%;
  }

  .nav ul li a {
    width: 100%;
  }

  .nav ul li .dropdown-content li {
    width: auto;
  }

  .s-box {
    display: none;
  }

  #banner {
    height: 300px !important;
    min-width: 100% !important;
  }

  .left {
    width: 60%;
  }

  .right {
    width: 39%;
  }

  #ifocus_pic {
    display: none !important;
  }

  .news-content {
    width: 100%;
  }

  .right .login li {
    height: 50px;
    line-height: 50px;
  }

  .right .login,
  .right .quick,
  .right .contact,
  .certify-query {
    width: 100%;
  }

  .certify-query form select.search_text,
  .certify-query form .search_text,
  .certify-query form a {
    width: 100%;
    margin-left: 0;
  }
  .content_lt {
    width: 100%;
    margin-bottom: 10px;
  }

  .content_rt {
    width: 100%;
    padding: 0;
  }
  .content_rt ul {
    padding: 0 20px;
  }
  .page {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .content_lt dd {
    height: 40px;
    line-height: 40px;
    background-position: 95% center;
  }

  .content_lt dd.current,
  .content_lt dd:hover {
    background-position: 95% center;
  }
}

@media (min-width: 992px) {
  .section {
    width: 970px;
  }

  /*  .mobile-nav {
        display: none !important;
    }*/

  .s-box {
    display: block;
  }
  .content_lt {
    width: 20%;
  }

  .content_rt {
    width: 77%;
    padding: 1%;
  }
}

@media (min-width: 1200px) {
  .section {
    width: 1200px;
  }

  .left {
    width: 70%;
  }

  .right {
    width: 29%;
  }

  #banner {
    height: 400px !important;
    min-width: 1200px !important;
  }

  #ifocus_pic {
    display: block !important;
  }

  .news-content {
    width: 420px;
  }
}
